home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14977 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: nntp-hub.barrnet.net!biosys!paralysys
  2. From: nasser@paralysys (Nasser Abbasi)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: regexp for C++?
  5. Message-ID: <nh4tr2z34g.fsf@paralysys>
  6. Date: 2 Apr 96 22:13:03 GMT
  7. References: <dkelly.827967909@maestro.inav.net> <315C93B0.E38@aai.arco.com>
  8. Sender: news@biosys.apldbio.COM
  9. Organization: Applied BioSystems
  10. In-reply-to: lasbfl@aai.arco.com's message of 30 Mar 96 01:51:44 GMT
  11. X-Newsreader: Gnus v5.1
  12.  
  13. In article <315C93B0.E38@aai.arco.com> lasbfl@aai.arco.com (Brian Leach) writes:
  14.  
  15.    From: lasbfl@aai.arco.com (Brian Leach)
  16.  
  17.    Dave Kelly wrote:
  18.    > 
  19.    > Does anyone know if there is a regular expression (regexp) handler
  20.    > written in C++?  I'd like to port it over to some Windows stuff I'm
  21.    > writing, but I don't know where to start looking for source code for regexp.
  22.    > 
  23.    > In fact, if it was not unix specific, it would be even nicer.  :)
  24.    > 
  25.  
  26.    Rogue Wave's Tools.h++ has a regular expression class which works with
  27.    their string class. I have used it quite successfully in several
  28.    projects.
  29.    An advertisement I recently received from them indicates their latest
  30.    release contains a POSIX compliant version.
  31.  
  32. I am also using the regular expression provided in tools.h++ and it
  33. is very handy.
  34. But what happens if one moves their code to a platform that do
  35. not have tools.h++ on it?
  36.  
  37. I think a regular expression class should be part of the standard
  38. library for C++, this way the code is portable.
  39.  
  40. Nasser
  41.